﻿2026-07-08T11:35:26.4741520Z ##[group]Run actions/checkout@v5
2026-07-08T11:35:26.4742509Z with:
2026-07-08T11:35:26.4743083Z   repository: SaberMage/spt-core
2026-07-08T11:35:26.4747647Z   token: ***
2026-07-08T11:35:26.4748177Z   ssh-strict: true
2026-07-08T11:35:26.4748797Z   ssh-user: git
2026-07-08T11:35:26.4749357Z   persist-credentials: true
2026-07-08T11:35:26.4749969Z   clean: true
2026-07-08T11:35:26.4750536Z   sparse-checkout-cone-mode: true
2026-07-08T11:35:26.4751171Z   fetch-depth: 1
2026-07-08T11:35:26.4751718Z   fetch-tags: false
2026-07-08T11:35:26.4752271Z   show-progress: true
2026-07-08T11:35:26.4752836Z   lfs: false
2026-07-08T11:35:26.4753357Z   submodules: false
2026-07-08T11:35:26.4753918Z   set-safe-directory: true
2026-07-08T11:35:26.4754731Z ##[endgroup]
2026-07-08T11:35:26.6610029Z Syncing repository: SaberMage/spt-core
2026-07-08T11:35:26.6611744Z ##[group]Getting Git version info
2026-07-08T11:35:26.6612629Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T11:35:26.6842260Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T11:35:26.7217869Z git version 2.43.0.windows.1
2026-07-08T11:35:26.7241101Z ##[endgroup]
2026-07-08T11:35:26.7248809Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\db162824-7e93-4078-b705-25d838c9d59c\.gitconfig'
2026-07-08T11:35:26.7262284Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\db162824-7e93-4078-b705-25d838c9d59c' before making global git config changes
2026-07-08T11:35:26.7263936Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T11:35:26.7267545Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T11:35:26.7532500Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T11:35:26.7755488Z https://github.com/SaberMage/spt-core
2026-07-08T11:35:26.7783438Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T11:35:26.7787754Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T11:35:26.8810050Z refs/heads/main
2026-07-08T11:35:26.8838527Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-08T11:35:26.9163277Z HEAD is now at 187d14b Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:35:27.0196134Z ##[endgroup]
2026-07-08T11:35:27.0198705Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T11:35:27.9615296Z ##[group]Cleaning the repository
2026-07-08T11:35:27.9620056Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T11:35:29.3287313Z Removing target/
2026-07-08T11:35:29.3327104Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T11:35:29.3924127Z HEAD is now at 187d14b Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:35:29.3953197Z ##[endgroup]
2026-07-08T11:35:29.3958609Z ##[group]Disabling automatic garbage collection
2026-07-08T11:35:29.3966325Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T11:35:29.5285504Z ##[endgroup]
2026-07-08T11:35:29.5285912Z ##[group]Setting up auth
2026-07-08T11:35:29.5293328Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T11:35:29.5547950Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T11:35:30.8616698Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T11:35:30.8897380Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T11:35:31.5874986Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T11:35:31.6113099Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T11:35:32.2765996Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T11:35:32.3026956Z ##[endgroup]
2026-07-08T11:35:32.3027489Z ##[group]Fetching the repository
2026-07-08T11:35:32.3033658Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +187d14bd05ba3ed018bd8404d02bc20ee5e5820a:refs/tags/v0.29.1
2026-07-08T11:35:33.0023414Z From https://github.com/SaberMage/spt-core
2026-07-08T11:35:33.0024018Z  t [tag update]      187d14bd05ba3ed018bd8404d02bc20ee5e5820a -> v0.29.1
2026-07-08T11:35:33.1025595Z ##[endgroup]
2026-07-08T11:35:33.1026041Z ##[group]Determining the checkout info
2026-07-08T11:35:33.1026552Z ##[endgroup]
2026-07-08T11:35:33.1032901Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T11:35:33.1329880Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T11:35:33.1579915Z ##[group]Checking out the ref
2026-07-08T11:35:33.1584791Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/tags/v0.29.1
2026-07-08T11:35:33.1961644Z HEAD is now at 187d14b Merge PR #59: release v0.29.1 — inject settle-gate re-arm patch
2026-07-08T11:35:33.1990979Z ##[endgroup]
2026-07-08T11:35:33.2254237Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T11:35:33.2529155Z 187d14bd05ba3ed018bd8404d02bc20ee5e5820a
